home *** CD-ROM | disk | FTP | other *** search
- //
- // HQApplication.h
- // HackMac
- //
-
- #import <AppKit/AppKit.h>
-
- @interface HQApplication : NSApplication {
- // no ivars allowed.
- }
-
- + (void)doNSAppInstancePose;
- - (void)keypress :(NSEvent *)event withChar:(unichar)thechartopretendtopress;
- - (void)keypress_special :(NSEvent *)event withChar:(unichar)thechartopretendtopress;
- - (void)stringPress: (NSEvent *)event withString:(NSString *)theString;
- @end
-